• Link in SlideJS slide problem

    Updated: 2012-11-30 21:18:33
    Ok, I'm using the SlideJS plugin for a slideshow on my site, it all works good and well until I add this line of code in one of the slidesLearn Moreat which point when the website loads my whole slideshow stops working and doesn't seem to load like it has crashed or...

  • tag styling with CSS, OK with one, color doesn't hold when 2nd is added?

    Updated: 2012-11-30 21:08:54
    (The question is after the code) In HTML I Have: Code: --------- Next

  • Validation

    Updated: 2012-11-30 21:02:14
    I'm not sure why this is not validating on blur. Any suggestions? Code: ---------

  • Labyrinth Problem

    Updated: 2012-11-30 20:51:35
    Hi again! I have a 10*10 table which represents a labyrinth and an image that has to move according to some rules. My question is how do i get through the nodes of the table and replace the images, simulating a movement of a so-called "player" image? I don't want the problem solved for me,...

  • Snow on Elements

    Updated: 2012-11-30 20:51:06
    I want to add snow on top of my elements. Not falling snow, I know how to do that. I want to add piles of snow sitting on top of some of the elements on my website. Like for example, I want a pile of snow to sit under my header. Is there a way of doing this through html/css or would I have to...

  • Navbar positioning & submenu disappearing

    Updated: 2012-11-30 20:44:30
    Hi, Please see URL: testing.backstageweb.net. Got two problems here: 1. I want to center the navbar (links) both horizontally and vertically, don't know how without moving the nav_bkgrnd too. Perhaps I don't have the nav_bkgrnd on the right property) 2. The "Home" menu has a sub-menu item....

  • Javascript Map

    Updated: 2012-11-30 20:13:25
    This is for some inspiration for whomever it may help. I decided to try to make an isometric game map with some 3d aspects to it. This is what I came up with so far. http://teststuff.freehostingcloud.com Basically, the whole map is just made up of javascript. I made the initial map1, and...

  • test to live with mysql_connect_db

    Updated: 2012-11-30 20:10:03
    Some advice please. I have a testing server at localhost, after making amendments fixing bugs etc. I upload to a hosted web server. Problem is I have to change all the mysql_connect_db statements before uploading due to parameter 1 of the mysql_connect_db statement on the testing server being...

  • Need turning user input into an object

    Updated: 2012-11-30 20:05:09
    I need to ask a user for the radius of a circle. Which will then be turned into an object that i can use in a different class to find different measurements. My question is how do i set the user input to an object. Also how do I refernce back to the class to print out those values. Thanks. ...

  • jquery and offsetting content.

    Updated: 2012-11-30 19:58:49
    Hi, I have been browsing a load of tutorials and found one which I can understand and which is easy to implement. When I hover over an image, I want it to display a larger image next to it as a sort of 'preview' feature of the image. I have added some of my own code (the opacity bits) and...

  • Javascript Help please!!

    Updated: 2012-11-30 19:30:25
    Hey all! I am having some trouble with my program for blackjack; my variables a,b,c and d will not store values from randomCard ( I use them later in the code to print out a card image on the screen). Does anyone see anything I might be overlooking? (randomCard DOES get a value from Deal(), which...

  • New Host Needed Immediately

    Updated: 2012-11-30 18:24:10
    We need a new web host asap! I have till Jan 1 to get this new website up and running, however it was initially hosted with yahoo small business hosting which has been nothing but trouble. I've checked a few web hosts but have problems with them using newest versions of cpanel (ie: editor only...

  • Help need on Helpgrid and innerhtml

    Updated: 2012-11-30 17:58:17
    Hi how can we display this text(This will change the status of the records) in bold color and large font in the following tag any help................

  • Mysql_real_escape_string and PDO statements

    Updated: 2012-11-30 17:31:43
    I hear many times some people keep saying to use PDO statement to prevent SQL injections. I still use mysql_real_escape_string against sql injection and htmlentities or strip tags for XSS to protect forms etc. So, why PDO statements? MySQL_real_escape_string is not good anymore? Does PDO...

  • Text clipping

    Updated: 2012-11-30 16:55:24
    Hi, I have to list items floated with text in each item. When the text becomes too long in the left column, I use text-overflow: ellipsis; to clip the text. However, this has been deemed unacceptable my my pm, as he would like for the text that is usually hidden to always be visible. Is there...

  • WordPress 3.5 Release Candidate 2

    Updated: 2012-11-29 19:55:12
    The second release candidate for WordPress 3.5 is now available for download and testing. We’re still working on about a dozen remaining issues, but we hope to deliver WordPress 3.5 to your hands as early as next week. If you’d like to know what to test, visit the About page ( → About in the toolbar) and check out [...]

  • WordPress 3.5 Release Candidate

    Updated: 2012-11-22 13:35:09
    The first release candidate for WordPress 3.5 is now available. We hope to ship WordPress 3.5 in two weeks. But to do that, we need your help! If you haven’t tested 3.5 yet, there’s no time like the present. (The oft-repeated warning: Please, not on a live site, unless you’re adventurous.) Think you’ve found a [...]

  • Discontinuing Web Development News Segment

    Updated: 2012-11-22 03:19:12
    M att S nider.com RSS Tutorials Widgets About Discontinuing Web Development News Segment by Matthew Snider November 22, 2012 3:19 . a.m Blog Update I am discontinuing the weekly news article segment , as there are other more dedicated sources for web development news , instead of my weekly segment of news highlights and redirects to other new sources . I will continue to occasionally run a news segment , but these will mostly be news relating to the site or commentary on some major industry news . This will allow me energies to refocus on producing new and fixing existing content . My goal is to produce an article at least once every two weeks , but hopefully more frequently than . that If you are interested in weekly web-related news , I suggest following these : newsletters JavaScript

  • Web Development News Week 45, November 2012

    Updated: 2012-11-13 07:25:27
    Web development news for the 45th week of 2012: JavaScript JavaScript Weekly, Issue #104 - November 9th, 2012 Writing Fast, Memory-Efficient JavaScript; Canonicalization in JavaScript; ECMAScript 6 collections, Part 3: WeakMaps; … HTML 5 HTML 5 Weekly, Issue #62 - November 6th, 2012 Presentation: The Future of CSS Layout; HTML5 Games Faster Than Native?; Introducing TCP Listen, A New API for Chrome Packaged Apps; …

  • Recursive Function Performance - Static vs This

    Updated: 2012-11-06 19:02:26
    M att S nider.com RSS Tutorials Widgets About Recursive Function Performance Static vs This by Matthew Snider November 6, 2012 7:02 . p.m I recently solved a recursive problem in JavaScript , using a static function instead of adding the function to the prototype of the object I was working on . The pair programmer asked me why I choose to do it that way . After a few minutes discussion , I settled on two reason why I intuitively felt static functions are faster , especially for recursion : less scope lookups and better Just-In-Time compilation JIT optimizations . This article describes my hypothesis that static functions are faster and the results which clearly show using this in recursion does not meaningfully affect performance in modern . browsers There is also a simple demo , so you

  • Web Development News Week 44, November 2012

    Updated: 2012-11-06 01:48:15
    M att S nider.com RSS Tutorials Widgets About Web Development News Week 44, November 2012 by Matthew Snider November 6, 2012 1:48 . a.m Web development news for the 44th week of : 2012 Updates About My Projects For anyone playing with the Diablo 3 project I have finished implementing a working All Item UI It is still rough , but it is enough to begin . exploring I recently made a big improvement to Django Shared where the sass_to_css command now searches for sass files , so you no longer need to specify file . locations I have also opened sourced two new projects that simplify authentication via third-party apps like facebook , linkedin , and twitter . This is loosely based on select infrastructure we built at Votizen.com I will be writing more broadly about them in the coming weeks , when

Current Feed Items | Previous Months Items

Oct 2012 | Sep 2012 | Aug 2012 | Jul 2012 | Jun 2012 | May 2012